This function allows the user to set the maximum number of chunks to be cached (maxcache). If HDF_GR_SETCHUNKCACHE is not called, maxcache is set to the number of chunks along the fastest changing dimension.
Result = HDF_GR_SETCHUNKCACHE(ri_id, maxcache, flags)
Returns the value of maxcache if successful or FAIL (-1) otherwise.
Raster image identifier returned by HDF_GR_CREATE or HDF_GR_SELECT.
Maximum number of chunks to cache.
Currently, the only HDF allowed value for flags is zero (cache all).
None
5.2 |
Introduced |